Skip to content

chore(deps): Bump ngx-markdown from 21.3.0 to 22.0.0 in /springwolf-ui - #1798

Merged
sam0r040 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/springwolf-ui/ngx-markdown-22.0.0
Jul 24, 2026
Merged

chore(deps): Bump ngx-markdown from 21.3.0 to 22.0.0 in /springwolf-ui#1798
sam0r040 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/springwolf-ui/ngx-markdown-22.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps ngx-markdown from 21.3.0 to 22.0.0.

Release notes

Sourced from ngx-markdown's releases.

v22.0.0

Update Angular 22

It is recommended to stick with ngx-markdown v21.x.x if you are using Angular 21.

New features and enhancements

  • Add support for Angular 22
  • Migrate math rendering with KaTeX from katex/auto-render to marked-katex-extension fixing important rendering problems
  • Deprecate MarkdownModule, which will be removed in the next major release in favour of provideMarkdown

⚠ Breaking changes

Fix for KaTeX math rendering

  • KaTeX support now requires the optional marked-katex-extension package in addition to katex.
  • Global KaTeX options can now be provided through the new katexOptions provider config in MarkdownModule.forRoot() or provideMarkdown() using the KATEX_OPTIONS injection token.
  • Updated KaTeX installation instructions: include katex.min.css and do not rely on the old KaTeX auto-render script configuration.
Migration guidance

Remove the old KaTeX script entries and keep styles entry from angular.json:

"styles": [
+ "node_modules/katex/dist/katex.min.css"
],
"scripts": [
- "node_modules/katex/dist/katex.min.js",
- "node_modules/katex/dist/contrib/auto-render.min.js",
]

Install new extension:

npm install katex@^0.16.0 marked-katex-extension@^5.0.0 --save

If you previously used MarkdownService.render() with katex or katexOptions, move KaTeX configuration to the new provider-style setup and enable KaTeX at parse time instead.

📘 See the Math Rendering section in the README.md for more information.

Commits

Security fixes

... (truncated)

Commits
  • a1ad6d1 22.0.0
  • 62dee2a deprecate(module): mark MarkdownModule as deprecated (#661)
  • c8687c2 fix(katex)!: fix parsing by migrating to marked-katex-extension (#660)
  • 1dc2460 feat!: update to angular 22 (#659)
  • b0dd652 build(deps): bump hono from 4.12.18 to 4.12.23 (#656)
  • 19104c9 build(deps): bump tmp from 0.2.5 to 0.2.7 (#655)
  • 194de40 chore(ci): increase demo build budget (#652)
  • 55e217d build(deps): bump mermaid from 11.13.0 to 11.15.0 (#651)
  • aba8e6c build(deps): bump fast-uri from 3.1.0 to 3.1.2 (#650)
  • 6bc7c4f build(deps): bump hono from 4.12.14 to 4.12.18 (#649)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ngx-markdown](https://github.com/jfcere/ngx-markdown) from 21.3.0 to 22.0.0.
- [Release notes](https://github.com/jfcere/ngx-markdown/releases)
- [Commits](jfcere/ngx-markdown@v21.3.0...v22.0.0)

---
updated-dependencies:
- dependency-name: ngx-markdown
  dependency-version: 22.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 29, 2026
@netlify

netlify Bot commented Jun 29, 2026

Copy link
Copy Markdown

Deploy Preview for springwolf-ui ready!

Name Link
🔨 Latest commit 9f2bd00
🔍 Latest deploy log https://app.netlify.com/projects/springwolf-ui/deploys/6a42f0ca168e6d00086e81c2
😎 Deploy Preview https://deploy-preview-1798--springwolf-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@sam0r040
sam0r040 merged commit 44c02e2 into main Jul 24, 2026
43 checks passed
@sam0r040
sam0r040 deleted the dependabot/npm_and_yarn/springwolf-ui/ngx-markdown-22.0.0 branch July 24, 2026 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant